Filter hook 'customize_partial_render_{$partial->id}'

in WP Core File wp-includes/customize/class-wp-customize-partial.php at line 260

Description

Filters partial rendering for a specific partial. The dynamic portion of the hook name, `$partial->ID` refers to the partial ID.

Occurrences

Filename Line Number
wp-includes/customize/class-wp-customize-partial.php 260

Parameters

Type Name Description
string|array|false $rendered The partial value. Default false.
WP_Customize_Partial $partial WP_Customize_Setting instance.
array $container_context Optional array of context data associated with the target container.

PHP Doc

/**
		 * Filters partial rendering for a specific partial.
		 *
		 * The dynamic portion of the hook name, `$partial->ID` refers to the partial ID.
		 *
		 * @since 4.5.0
		 *
		 * @param string|array|false   $rendered          The partial value. Default false.
		 * @param WP_Customize_Partial $partial           WP_Customize_Setting instance.
		 * @param array                $container_context Optional array of context data associated with
		 *                                                the target container.
		 */